home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010921-20020314 / 000084_jaltman@watsun.cc.columbia.edu_Sat Oct 27 11:23:37 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  83 lines

  1. Article: 12900 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
  3. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: K95 Connection Difficulties
  6. Date: 27 Oct 2001 14:20:12 GMT
  7. Organization: Columbia University
  8. Lines: 66
  9. Message-ID: <9refqs$s89$1@newsmaster.cc.columbia.edu>
  10. References: <9rd3lo02skp@enews3.newsguy.com>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1004192412 28937 128.59.39.2 (27 Oct 2001 14:20:12 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 27 Oct 2001 14:20:12 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12900
  16.  
  17.  
  18. In article <9rd3lo02skp@enews3.newsguy.com>,
  19. Grinder <grinder@no.spam.maam.com> wrote:
  20. : If we first connect to the server with HyperTerminal, K95 will
  21. : execute the script and perform like a champ.  If not, it will
  22. : fail in various ways--either "you must set port or host..." or
  23. : "no carrier detected" are popular.
  24. : The text I've read concerning K95cinit.exe seems like it might
  25. : be related, but there's a number of variations:
  26. : 1)  One machine is Windows ME--the text suggests it's a Windows
  27. : 9x problem.
  28.  
  29. Windows ME is a version of Windows 9x.  The 9x versions of Windows
  30. are all those 32-bit versions not built on the NT base:
  31.  
  32.   Windows 95
  33.   Windows 95 OSR2
  34.   Windows 98
  35.   Windows 98 Second Edition
  36.   Windows Millenium Edition
  37.  
  38. : 2)  We've tried connections (on both machines) using TAPI and
  39. : port/modemtype, but the results do not vary.
  40.  
  41. When using the TAPI device name are you using TAPI Modem-dialing
  42. or Kermit Modem-dialing?
  43.  
  44. What is the error produced when the
  45.  
  46.   SET TAPI LINE tapi-device
  47.  
  48. command is issued?
  49.  
  50. What does the debug.log report?
  51.  
  52.   LOG DEBUG
  53.   SET TAPI LINE tapi-device
  54.   CLOSE DEBUG
  55.   TYPE debug.log
  56.  
  57. : 3)  The issue that K95cinit was intended to fix, is no longer an
  58. : issue with K95.
  59.  
  60. Of course, we attempt to work around the weird interactions of Windows 9x
  61. device drivers and 32-bit Console APIs as best as we can.  However, 
  62. Windows ME was released after K95 1.1.20 and if there are any changes
  63. to those implementations which have a negative affect on K95 this 
  64. would be the first we are hearing about them.
  65.  
  66. : I've gone through the connection diagnosticts section in Using
  67. : C-Kermit, but my difficulty seems to lie before a connection
  68. : attempt is made.  It either will run normally, or it immediately
  69. : fails.
  70.  
  71. The problem is most likely during the SET PORT or SET TAPI LINE 
  72. command.  Send the debug.log from that command as indicated above
  73. to kermit-support@columbia.edu.  
  74.  
  75.  
  76.  
  77.  Jeffrey Altman * Sr.Software Designer      C-Kermit 8.0 Beta available
  78.  The Kermit Project @ Columbia University   includes Secure Telnet and FTP
  79.  http://www.kermit-project.org/             using Kerberos, SRP, and 
  80.  kermit-support@kermit-project.org          OpenSSL.  SSH soon to follow.
  81.